home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / CHIP Turkiye Temmuz 2000.iso / prog / share / demo / Mhtrs51 / _SETUP.1 / Rescher.exe / 0 / RCDATA / TQRABOUTBOX / TQRABOUTBOX.txt < prev   
Text File  |  2000-04-15  |  3KB  |  122 lines

  1. object QRAboutBox: TQRAboutBox
  2.   Left = 338
  3.   Top = 137
  4.   BorderStyle = bsDialog
  5.   Caption = 'About QuickReport'
  6.   ClientHeight = 245
  7.   ClientWidth = 362
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 96
  20.     Top = 14
  21.     Width = 173
  22.     Height = 45
  23.     Picture.Data = {<image000.bmp>}
  24.   end
  25.   object Label1: TLabel
  26.     Left = 100
  27.     Top = 58
  28.     Width = 53
  29.     Height = 13
  30.     Caption = 'Version 3.0'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 100
  34.     Top = 72
  35.     Width = 139
  36.     Height = 13
  37.     Caption = 'Copyright (c) 1998 QuSoft AS'
  38.   end
  39.   object VisitLabel: TLabel
  40.     Left = 100
  41.     Top = 94
  42.     Width = 243
  43.     Height = 31
  44.     AutoSize = False
  45.     Caption = 
  46.       'Order QuickReport 3.0 Professional or download free updates from' +
  47.       ' our web site'
  48.     WordWrap = True
  49.   end
  50.   object Label3: TLabel
  51.     Left = 100
  52.     Top = 126
  53.     Width = 110
  54.     Height = 13
  55.     Cursor = crUpArrow
  56.     Caption = 'http://www.qusoft.com'
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clNavy
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = [fsUnderline]
  62.     ParentFont = False
  63.     OnClick = Label3Click
  64.   end
  65.   object OrderLabel: TLabel
  66.     Left = 100
  67.     Top = 148
  68.     Width = 249
  69.     Height = 31
  70.     AutoSize = False
  71.     Caption = 
  72.       'Orders can also be faxed to us at + 47 22 41 74 91. See the Quic' +
  73.       'kReport documentation for more info.'
  74.     WordWrap = True
  75.   end
  76.   object Bevel1: TBevel
  77.     Left = 10
  78.     Top = 182
  79.     Width = 339
  80.     Height = 6
  81.     Shape = bsBottomLine
  82.   end
  83.   object Label5: TLabel
  84.     Left = 10
  85.     Top = 200
  86.     Width = 341
  87.     Height = 33
  88.     AutoSize = False
  89.     Caption = 
  90.       'This program is protected by international copyright laws. Unath' +
  91.       'orized reproduction of this program will be procuted to the maxi' +
  92.       'mum extent possible under the law. See your documentation for mo' +
  93.       're information on your QuickReport license agreement.'
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clBlack
  96.     Font.Height = -9
  97.     Font.Name = 'Small Fonts'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     WordWrap = True
  101.   end
  102.   object Image2: TImage
  103.     Left = 26
  104.     Top = 18
  105.     Width = 47
  106.     Height = 47
  107.     Picture.Data = {<image001.bmp>}
  108.   end
  109.   object Button1: TButton
  110.     Left = 280
  111.     Top = 18
  112.     Width = 75
  113.     Height = 25
  114.     Cancel = True
  115.     Caption = 'OK'
  116.     Default = True
  117.     ModalResult = 1
  118.     TabOrder = 0
  119.     OnClick = Button3Click
  120.   end
  121. end
  122.